1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKho_KiemTraKho_List
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
33             
this.panel1 = new System.Windows.Forms.Panel();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
36             
this.btnTiep = new System.Windows.Forms.Button();
37             
this.btnSau = new System.Windows.Forms.Button();
38             
this.linkLabelKiemTraKho = new System.Windows.Forms.LinkLabel();
39             
this.dgvDsKiemKho = new System.Windows.Forms.DataGridView();
40             
this.label2 = new System.Windows.Forms.Label();
41             
this.NgayKetThuc = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.IdKho_KiemKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.NgayBatDau = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.TongSoMatHangTrongKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.SoMatHangKiemKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.SoLuongChenhLech = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.GhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.Chon = new System.Windows.Forms.DataGridViewLinkColumn();
51             
this.panel1.SuspendLayout();
52             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsKiemKho)).BeginInit();
53             
this.SuspendLayout();
54             
//
55             
// panel1
56             
//
57             
this.panel1.AutoScroll = true;
58             
this.panel1.Controls.Add(this.label2);
59             
this.panel1.Controls.Add(this.label1);
60             
this.panel1.Controls.Add(this.lblTongSoBanGhiHienThi);
61             
this.panel1.Controls.Add(this.btnTiep);
62             
this.panel1.Controls.Add(this.btnSau);
63             
this.panel1.Controls.Add(this.linkLabelKiemTraKho);
64             
this.panel1.Controls.Add(this.dgvDsKiemKho);
65             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
66             
this.panel1.Location = new System.Drawing.Point(0, 0);
67             
this.panel1.Name = "panel1";
68             
this.panel1.Size = new System.Drawing.Size(1024, 800);
69             
this.panel1.TabIndex = 0;
70             
//
71             
// label1
72             
//
73             
this.label1.AutoSize = true;
74             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75             
this.label1.Location = new System.Drawing.Point(4, 4);
76             
this.label1.Name = "label1";
77             
this.label1.Size = new System.Drawing.Size(228, 29);
78             
this.label1.TabIndex = 44;
79             
this.label1.Text = "Danh sách kiểm kho";
80             
//
81             
// lblTongSoBanGhiHienThi
82             
//
83             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
84             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
85             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(572, 171);
86             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
87             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
88             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
89             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
90             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
91             
//
92             
// btnTiep
93             
//
94             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
95             
this.btnTiep.Location = new System.Drawing.Point(961, 165);
96             
this.btnTiep.Name = "btnTiep";
97             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
98             
this.btnTiep.TabIndex = 41;
99             
this.btnTiep.Text = ">>";
100             
this.btnTiep.UseVisualStyleBackColor = true;
101             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
102             
//
103             
// btnSau
104             
//
105             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
106             
this.btnSau.Location = new System.Drawing.Point(906, 165);
107             
this.btnSau.Name = "btnSau";
108             
this.btnSau.Size = new System.Drawing.Size(49, 30);
109             
this.btnSau.TabIndex = 42;
110             
this.btnSau.Text = "<<";
111             
this.btnSau.UseVisualStyleBackColor = true;
112             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
113             
//
114             
// linkLabelKiemTraKho
115             
//
116             
this.linkLabelKiemTraKho.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
117             
this.linkLabelKiemTraKho.AutoSize = true;
118             
this.linkLabelKiemTraKho.Location = new System.Drawing.Point(857, 12);
119             
this.linkLabelKiemTraKho.Name = "linkLabelKiemTraKho";
120             
this.linkLabelKiemTraKho.Size = new System.Drawing.Size(153, 18);
121             
this.linkLabelKiemTraKho.TabIndex = 2;
122             
this.linkLabelKiemTraKho.TabStop = true;
123             
this.linkLabelKiemTraKho.Text = "Kiểm tra hàng tồn kho";
124             
this.linkLabelKiemTraKho.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelKiemTraKho_LinkClicked);
125             
//
126             
// dgvDsKiemKho
127             
//
128             
this.dgvDsKiemKho.AllowUserToAddRows = false;
129             
this.dgvDsKiemKho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130             | System.Windows.Forms.AnchorStyles.Right)));
131             
this.dgvDsKiemKho.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
132             
this.dgvDsKiemKho.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
133             
this.dgvDsKiemKho.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
134             
this.NgayKetThuc,
135             
this.STT,
136             
this.IdKho_KiemKho,
137             
this.NgayBatDau,
138             
this.TongSoMatHangTrongKho,
139             
this.SoMatHangKiemKho,
140             
this.SoLuongChenhLech,
141             
this.GhiChu,
142             
this.TrangThai,
143             
this.Chon});
144             
this.dgvDsKiemKho.Location = new System.Drawing.Point(14, 201);
145             
this.dgvDsKiemKho.Name = "dgvDsKiemKho";
146             
this.dgvDsKiemKho.Size = new System.Drawing.Size(996, 398);
147             
this.dgvDsKiemKho.TabIndex = 1;
148             
this.dgvDsKiemKho.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDsKiemKho_CellClick);
149             
//
150             
// label2
151             
//
152             
this.label2.AutoSize = true;
153             
this.label2.Location = new System.Drawing.Point(11, 696);
154             
this.label2.Name = "label2";
155             
this.label2.Size = new System.Drawing.Size(46, 18);
156             
this.label2.TabIndex = 45;
157             
this.label2.Text = "label2";
158             
//
159             
// NgayKetThuc
160             
//
161             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
162             
this.NgayKetThuc.DefaultCellStyle = dataGridViewCellStyle1;
163             
this.NgayKetThuc.FillWeight = 120F;
164             
this.NgayKetThuc.HeaderText = "Ngày kết thúc";
165             
this.NgayKetThuc.Name = "NgayKetThuc";
166             
this.NgayKetThuc.Visible = false;
167             
this.NgayKetThuc.Width = 120;
168             
//
169             
// STT
170             
//
171             
this.STT.FillWeight = 50F;
172             
this.STT.HeaderText = "STT";
173             
this.STT.Name = "STT";
174             
this.STT.Width = 50;
175             
//
176             
// IdKho_KiemKho
177             
//
178             
this.IdKho_KiemKho.FillWeight = 80F;
179             
this.IdKho_KiemKho.HeaderText = "Mã kiểm kho";
180             
this.IdKho_KiemKho.Name = "IdKho_KiemKho";
181             
this.IdKho_KiemKho.Width = 80;
182             
//
183             
// NgayBatDau
184             
//
185             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
186             
this.NgayBatDau.DefaultCellStyle = dataGridViewCellStyle2;
187             
this.NgayBatDau.FillWeight = 120F;
188             
this.NgayBatDau.HeaderText = "Ngày kiểm kho";
189             
this.NgayBatDau.Name = "NgayBatDau";
190             
this.NgayBatDau.Width = 120;
191             
//
192             
// TongSoMatHangTrongKho
193             
//
194             
this.TongSoMatHangTrongKho.FillWeight = 120F;
195             
this.TongSoMatHangTrongKho.HeaderText = "Số mặt hàng trong kho (3)";
196             
this.TongSoMatHangTrongKho.Name = "TongSoMatHangTrongKho";
197             
this.TongSoMatHangTrongKho.Width = 120;
198             
//
199             
// SoMatHangKiemKho
200             
//
201             
this.SoMatHangKiemKho.FillWeight = 120F;
202             
this.SoMatHangKiemKho.HeaderText = "Số mặt hàng kiểm kho (4)";
203             
this.SoMatHangKiemKho.Name = "SoMatHangKiemKho";
204             
this.SoMatHangKiemKho.Width = 120;
205             
//
206             
// SoLuongChenhLech
207             
//
208             
this.SoLuongChenhLech.FillWeight = 120F;
209             
this.SoLuongChenhLech.HeaderText = "Số lượng chênh lệch (5)=(4)-(3)";
210             
this.SoLuongChenhLech.Name = "SoLuongChenhLech";
211             
this.SoLuongChenhLech.Width = 120;
212             
//
213             
// GhiChu
214             
//
215             
this.GhiChu.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
216             
this.GhiChu.HeaderText = "Ghi chú";
217             
this.GhiChu.Name = "GhiChu";
218             
//
219             
// TrangThai
220             
//
221             
this.TrangThai.HeaderText = "Trạng thái";
222             
this.TrangThai.Name = "TrangThai";
223             
//
224             
// Chon
225             
//
226             
this.Chon.HeaderText = "";
227             
this.Chon.Name = "Chon";
228             
//
229             
// uctKho_KiemTraKho_List
230             
//
231             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
232             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
233             
this.BackColor = System.Drawing.Color.White;
234             
this.Controls.Add(this.panel1);
235             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
236             
this.Margin = new System.Windows.Forms.Padding(4);
237             
this.Name = "uctKho_KiemTraKho_List";
238             
this.Size = new System.Drawing.Size(1024, 800);
239             
this.Load += new System.EventHandler(this.uctKho_KiemTraKho_List_Load);
240             
this.panel1.ResumeLayout(false);
241             
this.panel1.PerformLayout();
242             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsKiemKho)).EndInit();
243             
this.ResumeLayout(false);
244
245         }
246
247         
#endregion
248
249         
private System.Windows.Forms.Panel panel1;
250         
private System.Windows.Forms.DataGridView dgvDsKiemKho;
251         
private System.Windows.Forms.LinkLabel linkLabelKiemTraKho;
252         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
253         
private System.Windows.Forms.Button btnTiep;
254         
private System.Windows.Forms.Button btnSau;
255         
private System.Windows.Forms.Label label1;
256         
private System.Windows.Forms.Label label2;
257         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayKetThuc;
258         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
259         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKho_KiemKho;
260         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayBatDau;
261         
private System.Windows.Forms.DataGridViewTextBoxColumn TongSoMatHangTrongKho;
262         
private System.Windows.Forms.DataGridViewTextBoxColumn SoMatHangKiemKho;
263         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongChenhLech;
264         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu;
265         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
266         
private System.Windows.Forms.DataGridViewLinkColumn Chon;
267     }
268 }


Gõ tìm kiếm nhanh...